create dedicated auth token pages for azure and snowflake#571
Conversation
Deploying localstack-docs with
|
| Latest commit: |
3903492
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://72101cfe.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-156-fix-azure-and-snowfl.localstack-docs.pages.dev |
|
@bblommers @SimonWallner @mmaureenliu @lazarkanelov could you please review the |
|
what is the intent of this page? My understanding was that in the first phase we'll only have private access. This requires users to have a subscription that is then manually enabled for Azure. From a docs perspective there is nothing special around Azure. You use an auth token to access a subscription that gives you access to a product. During private preview, this access must be granted manually. |
Thanks Simon, I just want to make sure that the article reflects the current process, authentication token issuing, expiration time, etc. I'm not into this process, so I asked you guys to review the article. @SimonWallner @lazarkanelov @mmaureenliu @bblommers |
mmaureenliu
left a comment
There was a problem hiding this comment.
Left comments based on current alignment on Azure private preview enrolment process. The Azure article needs fixing. I can't seem to find the snowflake article.
|
Hey @mmaureenliu, harsh finished addressing all of your feedback, does it look right? If so, can you please click approve so we can merge it? Tyvm :) |
mmaureenliu
left a comment
There was a problem hiding this comment.
Looks good. There are two further lines to fix for azure image name, but I don't need to review it after you fix it so I'll just approve now.
| <Tabs> | ||
| <TabItem label="macOS/Linux"> | ||
| <Code | ||
| code={`localstack auth set-token <YOUR_AUTH_TOKEN>\nIMAGE_NAME=localstack/localstack-azure-alpha localstack start`} |
There was a problem hiding this comment.
I think we've changed the image name to localstack-azure, i.e. no longer -alpha.
| </TabItem> | ||
| <TabItem label="Windows"> | ||
| <Code | ||
| code={`localstack auth set-token <YOUR_AUTH_TOKEN>\n$env:IMAGE_NAME="localstack/localstack-azure-alpha"; localstack start`} |
Fixes DOC-156